Micron Document
🎖️GitЯра🎖️

Commit fe2cbae8756c4af9f1daacd842ab0fde097ffab6


Parents : ece771e
Author : James Rich <2199651+jamesarich@users.noreply.github.com>
Signature : Signature validation error
Date : 2026-05-19T10:05:49-05:00
Committer : GitHub <noreply@github.com>
Date : 2026-05-19T10:05:49-05:00

fix(ci): disable configuration cache for Dokka build (#5492)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Changes

1 files changed, 1 insertions(+), 1 deletions(-)


Diff

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index ed21cdd606..7b4d820835 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -63,7 +63,7 @@ jobs:
gradle_encryption_key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
- name: Build Dokka HTML documentation
- run: ./gradlew dokkaGeneratePublicationHtml
+ run: ./gradlew dokkaGeneratePublicationHtml --no-configuration-cache
- name: Upload artifact
uses: actions/upload-pages-artifact@v5

Served by rngit 1.5.4 - Generated in 0.04s